home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / WINCOM / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TBUTTONCHANGEDLG / TBUTTONCHANGEDLG.txt
Encoding:
Text File  |  1997-04-14  |  7.1 KB  |  370 lines

  1. object BUTTONCHANGEDLG: TBUTTONCHANGEDLG
  2.   Tag = 1
  3.   Left = 171
  4.   Top = 127
  5.   HelpContext = 270
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change button bar'
  9.   ClientHeight = 271
  10.   ClientWidth = 524
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Buttonbar: TLabel
  20.     Tag = 5
  21.     Left = 6
  22.     Top = 5
  23.     Width = 87
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = '&Button bar:'
  27.     FocusControl = id_btn_bar
  28.   end
  29.   object Label1: TLabel
  30.     Left = -5
  31.     Top = 84
  32.     Width = 562
  33.     Height = 2
  34.     AutoSize = False
  35.     Color = clWindowFrame
  36.     ParentColor = False
  37.   end
  38.   object Size: TLabel
  39.     Tag = 6
  40.     Left = 424
  41.     Top = 5
  42.     Width = 45
  43.     Height = 14
  44.     AutoSize = False
  45.     Caption = 'S&ize:'
  46.     FocusControl = id_btn_barsize
  47.   end
  48.   object Command: TLabel
  49.     Tag = 9
  50.     Left = 4
  51.     Top = 91
  52.     Width = 81
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = '&Command:'
  56.     FocusControl = id_btn_command
  57.   end
  58.   object Parameters: TLabel
  59.     Tag = 10
  60.     Left = 4
  61.     Top = 119
  62.     Width = 81
  63.     Height = 13
  64.     AutoSize = False
  65.     Caption = '&Parameters:'
  66.     FocusControl = id_btn_param
  67.   end
  68.   object Startpath: TLabel
  69.     Tag = 11
  70.     Left = 4
  71.     Top = 144
  72.     Width = 81
  73.     Height = 13
  74.     AutoSize = False
  75.     Caption = '&Start path:'
  76.     FocusControl = id_btn_startpath
  77.   end
  78.   object Iconfile: TLabel
  79.     Tag = 12
  80.     Left = 4
  81.     Top = 169
  82.     Width = 40
  83.     Height = 13
  84.     Caption = 'Icon &file:'
  85.     FocusControl = id_btn_iconfilename
  86.   end
  87.   object Icon: TLabel
  88.     Tag = 13
  89.     Left = 4
  90.     Top = 194
  91.     Width = 49
  92.     Height = 13
  93.     AutoSize = False
  94.     Caption = '&Icon:'
  95.     FocusControl = id_btn_icon
  96.     WordWrap = True
  97.   end
  98.   object id_btn_iconindex: TLabel
  99.     Left = 54
  100.     Top = 194
  101.     Width = 25
  102.     Height = 14
  103.     AutoSize = False
  104.     Caption = '0'
  105.     WordWrap = True
  106.   end
  107.   object Tooltip: TLabel
  108.     Tag = 14
  109.     Left = 4
  110.     Top = 252
  111.     Width = 81
  112.     Height = 14
  113.     AutoSize = False
  114.     Caption = '&Tooltip:'
  115.     FocusControl = id_btn_ToolTip
  116.   end
  117.   object id_btn_bar: TListBox
  118.     Left = 4
  119.     Top = 27
  120.     Width = 409
  121.     Height = 54
  122.     Columns = 11
  123.     Font.Color = clWindowText
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ItemHeight = 36
  128.     ParentFont = False
  129.     Style = lbOwnerDrawFixed
  130.     TabOrder = 3
  131.     OnClick = id_btn_barClick
  132.     OnDrawItem = id_btn_iconDrawItem
  133.     OnKeyDown = id_btn_barKeyDown
  134.     OnMouseDown = id_btn_barMouseDown
  135.     OnMouseMove = id_btn_barMouseMove
  136.     OnMouseUp = id_btn_barMouseUp
  137.   end
  138.   object id_btn_barsize: TEdit
  139.     Left = 474
  140.     Top = 2
  141.     Width = 47
  142.     Height = 21
  143.     Font.Color = clWindowText
  144.     Font.Height = -11
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 2
  149.     Text = '0'
  150.   end
  151.   object id_btn_barfilesearch: TButton
  152.     Left = 388
  153.     Top = 2
  154.     Width = 24
  155.     Height = 21
  156.     Caption = '>>'
  157.     TabOrder = 1
  158.     OnClick = id_btn_barfilesearchClick
  159.   end
  160.   object id_btn_delete: TButton
  161.     Tag = 8
  162.     Left = 416
  163.     Top = 54
  164.     Width = 105
  165.     Height = 23
  166.     Caption = '&Delete'
  167.     TabOrder = 5
  168.     OnClick = id_btn_deleteClick
  169.   end
  170.   object id_btn_add: TButton
  171.     Tag = 7
  172.     Left = 416
  173.     Top = 28
  174.     Width = 105
  175.     Height = 23
  176.     Caption = '&Append'
  177.     TabOrder = 4
  178.     OnClick = id_btn_addClick
  179.   end
  180.   object id_btn_command: TComboBox
  181.     Left = 85
  182.     Top = 90
  183.     Width = 298
  184.     Height = 21
  185.     DropDownCount = 20
  186.     Font.Color = clWindowText
  187.     Font.Height = -11
  188.     Font.Name = 'MS Sans Serif'
  189.     Font.Style = []
  190.     ItemHeight = 13
  191.     MaxLength = 259
  192.     ParentFont = False
  193.     TabOrder = 6
  194.     OnChange = id_btn_commandChange
  195.     OnClick = id_btn_commandChange
  196.   end
  197.   object id_btn_find1: TButton
  198.     Left = 384
  199.     Top = 89
  200.     Width = 24
  201.     Height = 22
  202.     Caption = '>>'
  203.     TabOrder = 7
  204.     OnClick = id_btn_find1Click
  205.   end
  206.   object id_btn_findbar: TButton
  207.     Tag = 15
  208.     Left = 416
  209.     Top = 88
  210.     Width = 105
  211.     Height = 23
  212.     Caption = 'Add S&ubbar >>'
  213.     TabOrder = 8
  214.     OnClick = id_btn_findbarClick
  215.   end
  216.   object id_btn_param: TEdit
  217.     Left = 85
  218.     Top = 115
  219.     Width = 298
  220.     Height = 21
  221.     Font.Color = clWindowText
  222.     Font.Height = -11
  223.     Font.Name = 'MS Sans Serif'
  224.     Font.Style = []
  225.     MaxLength = 259
  226.     ParentFont = False
  227.     TabOrder = 9
  228.     OnChange = id_btn_paramChange
  229.   end
  230.   object id_btn_assymbol: TCheckBox
  231.     Tag = 16
  232.     Left = 387
  233.     Top = 118
  234.     Width = 134
  235.     Height = 14
  236.     Caption = 'Run mi&nimized'
  237.     TabOrder = 10
  238.     OnClick = id_btn_assymbolClick
  239.   end
  240.   object id_btn_startpath: TEdit
  241.     Left = 85
  242.     Top = 140
  243.     Width = 298
  244.     Height = 21
  245.     Font.Color = clWindowText
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = []
  249.     MaxLength = 259
  250.     ParentFont = False
  251.     TabOrder = 12
  252.     OnChange = id_btn_startpathChange
  253.   end
  254.   object id_btn_iconfilename: TEdit
  255.     Left = 85
  256.     Top = 165
  257.     Width = 298
  258.     Height = 21
  259.     Font.Color = clWindowText
  260.     Font.Height = -11
  261.     Font.Name = 'MS Sans Serif'
  262.     Font.Style = []
  263.     MaxLength = 259
  264.     ParentFont = False
  265.     TabOrder = 13
  266.     OnExit = id_btn_iconfilenameExit
  267.   end
  268.   object id_btn_iconfile: TButton
  269.     Left = 384
  270.     Top = 164
  271.     Width = 24
  272.     Height = 21
  273.     Caption = '>>'
  274.     TabOrder = 14
  275.     OnClick = id_btn_iconfileClick
  276.   end
  277.   object id_btn_icon: TListBox
  278.     Left = 85
  279.     Top = 190
  280.     Width = 298
  281.     Height = 54
  282.     Columns = 8
  283.     Font.Color = clWindowText
  284.     Font.Height = -11
  285.     Font.Name = 'MS Sans Serif'
  286.     Font.Style = []
  287.     ItemHeight = 36
  288.     ParentFont = False
  289.     Style = lbOwnerDrawFixed
  290.     TabOrder = 15
  291.     OnClick = id_btn_iconClick
  292.     OnDrawItem = id_btn_iconDrawItem
  293.   end
  294.   object id_btn_ToolTip: TEdit
  295.     Left = 85
  296.     Top = 249
  297.     Width = 298
  298.     Height = 21
  299.     Font.Color = clWindowText
  300.     Font.Height = -11
  301.     Font.Name = 'MS Sans Serif'
  302.     Font.Style = []
  303.     MaxLength = 259
  304.     ParentFont = False
  305.     TabOrder = 16
  306.     OnChange = id_btn_ToolTipChange
  307.   end
  308.   object Ok: TButton
  309.     Tag = 4001
  310.     Left = 416
  311.     Top = 191
  312.     Width = 105
  313.     Height = 23
  314.     Caption = 'Ok'
  315.     Default = True
  316.     TabOrder = 17
  317.     OnClick = OkClick
  318.   end
  319.   object Cancel: TButton
  320.     Tag = 4002
  321.     Left = 416
  322.     Top = 217
  323.     Width = 105
  324.     Height = 23
  325.     Cancel = True
  326.     Caption = 'Cancel'
  327.     ModalResult = 2
  328.     TabOrder = 18
  329.     OnClick = CancelClick
  330.   end
  331.   object id_Globalhelp: TButton
  332.     Tag = 4003
  333.     Left = 416
  334.     Top = 243
  335.     Width = 105
  336.     Height = 23
  337.     Caption = '&Help'
  338.     TabOrder = 19
  339.     OnClick = id_GlobalhelpClick
  340.   end
  341.   object id_btn_maximized: TCheckBox
  342.     Tag = 17
  343.     Left = 387
  344.     Top = 134
  345.     Width = 134
  346.     Height = 14
  347.     Caption = 'Run ma&ximized'
  348.     TabOrder = 11
  349.     OnClick = id_btn_maximizedClick
  350.   end
  351.   object id_btn_barfile: TMyPanel
  352.     Left = 92
  353.     Top = 3
  354.     Width = 293
  355.     Height = 19
  356.     Alignment = taLeftJustify
  357.     BevelOuter = bvLowered
  358.     TabOrder = 0
  359.   end
  360.   object ResolutionFix1: TResolutionFix
  361.     Left = 4
  362.     Top = 216
  363.   end
  364.   object Translate1: TTranslate
  365.     Tag = 5060
  366.     Left = 40
  367.     Top = 216
  368.   end
  369. end
  370.